home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 125 / Computer Shopper CD-ROM Issue 125 (1998-07)(Dennis Publishing).iso / Business / Dazzler / DAZZLER.Z / Messages.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-11-26  |  951 b   |  23 lines

  1. class Messages {
  2.    public static final int WM_USER = 2000;
  3.    public static final int WM_DO_EVENT = 2001;
  4.    public static final int WM_DO_ACTION = 2002;
  5.    public static final int WM_DO_RESPONSE = 2003;
  6.    public static final int WM_ODBC_NO_DATA = 2010;
  7.    public static final int WM_MOVE_COMPLETE = 2011;
  8.    public static final int WM_EXT_APP_CLOSED = 2012;
  9.    public static final int WM_LBUTTONDBLCLK = 2021;
  10.    public static final int WM_LBUTTONDOWN = 2022;
  11.    public static final int WM_LBUTTONUP = 2023;
  12.    public static final int WM_RBUTTONDBLCLK = 2024;
  13.    public static final int WM_RBUTTONDOWN = 2025;
  14.    public static final int WM_RBUTTONUP = 2026;
  15.    public static final int WM_TIMER = 2027;
  16.    public static final int WM_KILL_ANIMS = 2028;
  17.    public static final int MM_MCINOTIFY = 2029;
  18.    public static final int MCI_NOTIFY_SUCCESSFUL = 2030;
  19.    public static final int WM_FTP_COMPLETE = 2031;
  20.    public static final int WM_HTML_COMPLETE = 2032;
  21.    public static final int WM_COURSE_SUB_RUN = 2033;
  22. }
  23.